home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / cc / bi-parser.h < prev    next >
C/C++ Source or Header  |  1994-02-15  |  176b  |  13 lines

  1. typedef union
  2. {
  3.   char *string;
  4.   struct def *def;
  5.   struct variation *variation;
  6.   struct node *node;
  7. } YYSTYPE;
  8. #define    DEFOP    258
  9. #define    STRING    259
  10.  
  11.  
  12. extern YYSTYPE yylval;
  13.